![]() |
YNQ
YNQ-1.5.2
|
Functions | |
| NQ_BOOL | ccInit (void(*fsdNotify)(NQ_INT eventId, NQ_ULONG param)) |
| void | ccShutdown (void) |
| NQ_BOOL | ccIsInitialized (void) |
Initialization functions. Application should call this function at its startup to initialize NQ Client.
The fsNotify parameter is used for callback notification. Application can provide this function to become informed of important events inside NQ Notification. It is useful when, for instance, NQ Client is being wrapped as a local file system.
| fsdNotify | Pointer to the notification function. This value can be NULL. |
| void ccShutdown | ( | void | ) |
This function stops NQ Client and releases all its resources.
| NQ_BOOL ccIsInitialized | ( | void | ) |
This function checks whether NQ Client has started.